home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fvsetup.exe / {app} / fv.dll / scripts / DefineButton2_71 / BUTTONCONDACTION on(release).as
Text File  |  2003-01-24  |  173b  |  13 lines

  1. on(release){
  2.    i = "1";
  3.    while("9" >= i)
  4.    {
  5.       tellTarget("/" add i)
  6.       {
  7.          gotoAndStop(1);
  8.       }
  9.       i += "1";
  10.    }
  11.    gotoAndPlay(36);
  12. }
  13.